Nuke dead file.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 17 Apr 2006 19:46:48 +0000 (19:46 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 17 Apr 2006 19:46:48 +0000 (19:46 +0000)
gpsbabel/coldsync/Makefile

index 98a034445e6719cfcd59e465a9d9db5ddded5a3c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,38 +0,0 @@
-# $Id: Makefile,v 1.1 2002-08-16 06:13:10 robertl Exp $
-
-TOP =          ..
-SUBDIR =       libpdb
-
-LIBNAME =      pdb
-SHLIB_MAJOR =  0
-SHLIB_MINOR =  0
-
-LIBSRCS =      pdb.c util.c
-LIBOBJS =      ${LIBSRCS:.c=.o}
-SHLIBOBJS =    ${LIBSRCS:.c=.So}
-
-CLEAN =                ${LIBOBJS} ${SHLIBOBJS} ${LIBRARY} \
-               *.ln *.bak *~ core *.core .depend
-DISTCLEAN =
-SPOTLESS =
-
-DISTFILES =    Makefile ${LIBSRCS}
-
-OTHERTAGFILES =        ${LIBSRCS}
-
-include ${TOP}/Make.rules
-
-depend::
-       ${MKDEP} ${CPPFLAGS} ${LIBSRCS}
-
-all::  ${LIBRARY}
-
-# It might be a good idea later on to install the library, so that
-# people can write other programs that communicate with the Palm, but
-# not just yet.
-# install::
-
-# This is for Emacs's benefit:
-# Local Variables:     ***
-# fill-column: 75      ***
-# End:                 ***